DX11 GET OBJECT RIGHT VECTOR

Retrieves the current right vector of the specified object.
The right vector will be copied to the provided vector3 (which will also be returned by this function) or
it will be put into a temporary vector3 which is returned and only valid until the next call to DX11 SYNC.

  Syntax
Return Dword = DX11 GET OBJECT RIGHT VECTOR(object, [resultVector])
  Parameters
object
Dword
The object to get the current right vector of.
[Optional] resultVector
Dword
The object's right vector will be copied here, or to a temporary vector3 if this parameter is omitted.

  Returns

Returns the resultVector if it was provided, or the newly created temporary vector3 holding the object's right vector otherwise.

  See also

OBJECT Functions Menu
DX11 Function Categories